Bug 538362 - Get Win32 icons back in the file chooser
* gtk/gtkicontheme.c (choose_icon): Check if the icon name is a
- reference to an icon resource in a DLL or .EXE as in the
- Registry. In that case, extract the icon and convert to a
- GdkPixbuf. Patch by Hans Breuer.
+ reference to an icon resource in a DLL or .EXE in the same format
+ as the DefaultIcon strings in the Registry. In
+ that case, extract the icon and convert to a GdkPixbuf. Patch by
+ Hans Breuer. This code has to be in sync with the corresponding
+ code in glib/gio/gcontenttype.c.
2008-06-16 Matthias Clasen <mclasen@redhat.com>